home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-10 | 1.2 KB | 29 lines | [TEXT/sade] |
- ###############################################################################
- # Symbolic Application Debugging Environment 1.4
- #
- # Copyright Apple Computer, Inc. 1987-1992
- # All rights reserved.
- #
- ###############################################################################
-
- Help # Get a list of help topics; or use SADE Help menu command in Find menu.
-
- # When you compile and link your application, specify the -sym on option to create
- # the file containing symbol information (.SYM) that SADE requires for debugging.
-
- # To specify an application to debug, the simplest method is to double-click on
- # it's symbol file from the Finder. This will launch the application, open the
- # source file and break on the first statement of the main program.
-
- # You may also use the Target… menu command, or use the following SADE commands to
- # do it manually:
-
- # Identify the directory of the target application and its symbol file:
- Directory 'hd:SADE:SADE Tutorials:CExamples:C Tutorial 1'
-
- # The Sourcepath command is not necessary, but may be useful if your source files
- # are in multiple directories.
- # Sourcepath 'pathname1','pathname2'
-
- Target 'Sample1' # assumes symbol file is 'Sample1.SYM'
-